From 6cff57c76d9627dd28b7128279a24248b2ca0ef8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 11 Dec 2023 10:31:15 +0900 Subject: updated - typo errors --- config/waybar/configs/Default [TOP]-Laptop | 67 ++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 config/waybar/configs/Default [TOP]-Laptop (limited to 'config/waybar/configs/Default [TOP]-Laptop') diff --git a/config/waybar/configs/Default [TOP]-Laptop b/config/waybar/configs/Default [TOP]-Laptop new file mode 100644 index 00000000..d82b0da1 --- /dev/null +++ b/config/waybar/configs/Default [TOP]-Laptop @@ -0,0 +1,67 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT Top -Laptop ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + "tray", + "mpris", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +} \ No newline at end of file -- cgit v1.2.3